﻿rus_kazan_expansion = {
	is_shown = {
		exists = c:RUS
		root = c:RUS
		NOT = { has_variable = rus_kazan_expansion }
	}

    possible = {
		has_technology_researched = nationalism
	}

    when_taken = {
		add_journal_entry = {
			type = je_rus_kazan_expansion
		}

		ig:ig_landowners = {
			add_modifier = {
				name = ig_manifest_destiny
				months = normal_modifier_time
			}
		}
		ig:ig_intelligentsia = {
			add_modifier = {
				name = ig_manifest_destiny
				months = normal_modifier_time
				multiplier = -1
			}
		}
		# Add Claims
		s:STATE_TARTARIA = { 
			add_claim = ROOT
		}
		s:STATE_IDEL = { 
			add_claim = ROOT
		}
		s:STATE_BASHKORTOSTAN = { 
			add_claim = ROOT
		}
		set_variable = rus_kazan_expansion
    }

	ai_chance = {
		base = 100
	}
}
